﻿

/* Start:/bitrix/templates/av-avlasintez/template_styles.css?15143833874158*/
/******************* STYLE RESET***********************/
html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header menu, nav, section {
    display: block;
}
::-ms-clear,
::-ms-reveal           {display: none}
textarea               {resize: none}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px white inset !important}
body {
    line-height: 1;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/* ------------------------------------------------------------------- */
/* ------------------------------ шрифт ------------------------------ */
/* ------------------------------------------------------------------- */


@font-face {
    font-family: 'Myriad Pro';
	src: url('/bitrix/templates/av-avlasintez/Fonts/MyriadPro-Regular.eot?') format('eot'), 
	     url('../../../../../templates/av-avlasintez/Fonts/MyriadPro-Regular.woff') format('woff'), 
	     url('../../../../../templates/av-avlasintez/Fonts/MyriadPro-Regular.ttf')  format('truetype'),
	     url('../../../../../templates/av-avlasintez/Fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal
}
body {

    font-family: "Myriad Pro", Arial  !important;
}

/* -------------------------------------------------------------------- */
/* -------------------------- затемненный фон ------------------------- */
/* -------------------------------------------------------------------- */
#av-blur-screen
{
    background: #000;
    opacity: 0;
    position: fixed;
    top:    0;
    left:   0;
    right:  0;
    bottom: 0;

}
/* ------------------------------------------------------------------- */
/* --------------------------- alert popup --------------------------- */
/* ------------------------------------------------------------------- */
.av-alert-popup {
    background: #FFFBFC;
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(76,82,85,0.25);
    padding: 30px 40px;
    width: 100%;
    max-width: 400px;
    position: absolute;
    display: none;
    z-index: 999999 !important;
}
/*.av-alert-popup:after {
    content: "";
    display: block;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    position: absolute;
    top: -6px;
    left: -5px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}*/
.av-alert-popup [data-close-form] {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #2381C0;
    border-radius: 52%;
    position: absolute;
    right: -10px;
    top: -15px;
    width: 30px;
    height: 31px;
    z-index: 999999;
}
.av-alert-popup [data-close-form]:after {
    content: "";
    display: table;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -4px;
    left: -5px;
    background-color: rgba(165, 165, 165, 0.3);
    z-index: -1;
    border-radius: 100%;
}

.av-alert-popup [data-close-form]:hover {opacity: 1;transition: linear .5s}
.av-alert-popup [data-close-form] span{
    display: inline-block;
    background-color: white;
    width: 19px;
    height: 3px;
    margin: 0 auto;
    position: absolute;
    left: 1px;
    right: 0;
    top: 13px;
}
.av-alert-popup [data-close-form] span:nth-child(1) {
    transform: rotate(-45deg);
}
.av-alert-popup [data-close-form] span:nth-child(2) {
    transform: rotate(45deg);
}
@-moz-document url-prefix() {
    .av-alert-popup [data-close-form] span {
        top: 13px;
    }
}
/* End */
/* /bitrix/templates/av-avlasintez/template_styles.css?15143833874158 */
